# Hủy bỏ việc thực thi

Endpoint: POST /cloudphone/rpa/subTask/cancel/{id}
Version: 1.0.0

## Path parameters:

  - `id` (string, required)

## Request fields (application/json):

  - `id` (integer, required)
    Mã kế hoạch

## Response 200 fields (application/json):

  - `code` (integer, required)
    Mã phản hồi, 0 biểu thị thành công, >0 biểu thị thất bại

  - `msg` (string, required)
    Thông báo lỗi

  - `requestId` (string, required)
    ID theo dõi yêu cầu

